home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / cmm.exe / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2010-01-14  |  7KB  |  248 lines

  1. object frmmain: Tfrmmain
  2.   Left = 239
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Context Menu Manager'
  6.   ClientHeight = 521
  7.   ClientWidth = 498
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     498
  20.     521)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PageControl1: TPageControl
  24.     Left = 8
  25.     Top = 8
  26.     Width = 481
  27.     Height = 473
  28.     ActivePage = tsAllfiles
  29.     TabOrder = 0
  30.     object tsAllfiles: TTabSheet
  31.       Caption = 'Files && Folders'
  32.       ImageIndex = 5
  33.       OnShow = tsAllfilesShow
  34.       DesignSize = (
  35.         473
  36.         445)
  37.       object Label1: TLabel
  38.         Left = 8
  39.         Top = 8
  40.         Width = 457
  41.         Height = 33
  42.         AutoSize = False
  43.         Caption = 
  44.           'Click the checkmark before the item to either enable or disable ' +
  45.           'it. To remove it permanently, click '#39'Remove'#39' button below.'
  46.         WordWrap = True
  47.       end
  48.       object vstAllfiles: TVirtualStringTree
  49.         Left = 8
  50.         Top = 40
  51.         Width = 457
  52.         Height = 209
  53.         CheckImageKind = ckXP
  54.         Header.AutoSizeIndex = 0
  55.         Header.Font.Charset = DEFAULT_CHARSET
  56.         Header.Font.Color = clWindowText
  57.         Header.Font.Height = -11
  58.         Header.Font.Name = 'Tahoma'
  59.         Header.Font.Style = []
  60.         Header.Options = [hoColumnResize, hoDrag]
  61.         StateImages = SystemImages
  62.         TabOrder = 0
  63.         TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  64.         TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  65.         OnChange = vstAllfilesChange
  66.         OnChecked = vstAllfilesChecked
  67.         OnGetText = vstAllfilesGetText
  68.         OnGetImageIndex = vstAllfilesGetImageIndex
  69.         OnInitNode = vstAllfilesInitNode
  70.         OnResize = vstAllfilesResize
  71.         Columns = <
  72.           item
  73.             Position = 0
  74.             Width = 10000
  75.           end
  76.           item
  77.             Position = 1
  78.             Width = 120
  79.           end>
  80.       end
  81.       object lvdetails: TListView
  82.         Left = 8
  83.         Top = 256
  84.         Width = 457
  85.         Height = 150
  86.         Columns = <
  87.           item
  88.             Width = 120
  89.           end
  90.           item
  91.             AutoSize = True
  92.           end>
  93.         ShowColumnHeaders = False
  94.         TabOrder = 1
  95.         ViewStyle = vsReport
  96.         OnResize = lvdetailsResize
  97.       end
  98.       object btnFilesFolders: TBitBtn
  99.         Left = 389
  100.         Top = 412
  101.         Width = 75
  102.         Height = 25
  103.         Anchors = [akRight, akBottom]
  104.         Caption = 'Remove'
  105.         TabOrder = 2
  106.         OnClick = btnFilesFoldersClick
  107.       end
  108.     end
  109.     object tsNew: TTabSheet
  110.       Caption = 'New'
  111.       OnShow = tsNewShow
  112.       DesignSize = (
  113.         473
  114.         445)
  115.       object Label2: TLabel
  116.         Left = 8
  117.         Top = 8
  118.         Width = 457
  119.         Height = 33
  120.         AutoSize = False
  121.         Caption = 
  122.           'Click the checkmark before the item to either enable or disable ' +
  123.           'it. To remove it permanently, click '#39'Remove'#39' button below.'
  124.         WordWrap = True
  125.       end
  126.       object vstNew: TVirtualStringTree
  127.         Left = 8
  128.         Top = 40
  129.         Width = 457
  130.         Height = 369
  131.         CheckImageKind = ckXP
  132.         Header.AutoSizeIndex = 0
  133.         Header.Font.Charset = DEFAULT_CHARSET
  134.         Header.Font.Color = clWindowText
  135.         Header.Font.Height = -11
  136.         Header.Font.Name = 'Tahoma'
  137.         Header.Font.Style = []
  138.         Header.Options = [hoColumnResize, hoDrag]
  139.         StateImages = SystemImages
  140.         TabOrder = 0
  141.         TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  142.         TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  143.         OnChecked = vstNewChecked
  144.         OnGetText = vstNewGetText
  145.         OnGetImageIndex = vstNewGetImageIndex
  146.         OnInitNode = vstNewInitNode
  147.         OnResize = vstNewResize
  148.         Columns = <
  149.           item
  150.             Position = 0
  151.             Width = 10000
  152.           end>
  153.       end
  154.       object btnNewRemove: TBitBtn
  155.         Left = 389
  156.         Top = 412
  157.         Width = 75
  158.         Height = 25
  159.         Anchors = [akRight, akBottom]
  160.         Caption = 'Remove'
  161.         TabOrder = 1
  162.         OnClick = btnNewRemoveClick
  163.       end
  164.     end
  165.     object tsSendto: TTabSheet
  166.       Caption = 'Send To'
  167.       ImageIndex = 2
  168.       OnShow = tsSendtoShow
  169.       DesignSize = (
  170.         473
  171.         445)
  172.       object Label3: TLabel
  173.         Left = 8
  174.         Top = 8
  175.         Width = 457
  176.         Height = 33
  177.         AutoSize = False
  178.         Caption = 
  179.           'Click the checkmark before the item to either enable or disable ' +
  180.           'it. To remove it permanently, click '#39'Remove'#39' button below.'
  181.         WordWrap = True
  182.       end
  183.       object vstSendto: TVirtualStringTree
  184.         Left = 8
  185.         Top = 40
  186.         Width = 457
  187.         Height = 369
  188.         CheckImageKind = ckXP
  189.         Header.AutoSizeIndex = 0
  190.         Header.Font.Charset = DEFAULT_CHARSET
  191.         Header.Font.Color = clWindowText
  192.         Header.Font.Height = -11
  193.         Header.Font.Name = 'Tahoma'
  194.         Header.Font.Style = []
  195.         Header.Options = [hoColumnResize, hoDrag]
  196.         StateImages = SystemImages
  197.         TabOrder = 0
  198.         TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  199.         TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  200.         OnChecked = vstSendtoChecked
  201.         OnGetText = vstSendtoGetText
  202.         OnGetImageIndex = vstSendtoGetImageIndex
  203.         OnInitNode = vstSendtoInitNode
  204.         OnResize = vstSendtoResize
  205.         Columns = <
  206.           item
  207.             Position = 0
  208.             Width = 10000
  209.           end>
  210.       end
  211.       object btnSendtoRemove: TBitBtn
  212.         Left = 389
  213.         Top = 412
  214.         Width = 75
  215.         Height = 25
  216.         Anchors = [akRight, akBottom]
  217.         Caption = 'Remove'
  218.         TabOrder = 1
  219.         OnClick = btnSendtoRemoveClick
  220.       end
  221.     end
  222.   end
  223.   object btnclose: TBitBtn
  224.     Left = 330
  225.     Top = 488
  226.     Width = 75
  227.     Height = 25
  228.     Anchors = [akRight, akBottom]
  229.     Caption = 'Close'
  230.     TabOrder = 1
  231.     OnClick = btncloseClick
  232.   end
  233.   object btnhelp: TBitBtn
  234.     Left = 414
  235.     Top = 488
  236.     Width = 75
  237.     Height = 25
  238.     Anchors = [akRight, akBottom]
  239.     Caption = 'Help'
  240.     TabOrder = 2
  241.     OnClick = btnhelpClick
  242.   end
  243.   object SystemImages: TImageList
  244.     Left = 12
  245.     Top = 484
  246.   end
  247. end
  248.